Home
last modified time | relevance | path

Searched refs:nonWritableFilePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp551 std::string nonWritableFilePath = "/data/local/tmp/image/non_writable_file.txt"; variable
552 close(open(nonWritableFilePath.c_str(), O_CREAT, S_IRUSR));
553 FileMetadataStream stream2(nonWritableFilePath);
561 RemoveFile(nonWritableFilePath.c_str());