Home
last modified time | relevance | path

Searched defs:file_dir (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/targets/curie_bsp/
Dsetup.py247 file_dir = os.path.dirname(os.path.abspath(__file__)) variable
/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc27 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
44 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dimage_folder_op.cc27 ImageFolderOp::ImageFolderOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool recur… in ImageFolderOp()
Dcifar_op.cc37 …::CifarOp(CifarType type, const std::string &usage, int32_t num_works, const std::string &file_dir, in CifarOp()
Dalbum_op.cc32 AlbumOp::AlbumOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool do_decode, in AlbumOp()
/third_party/gn/src/gn/
Dheader_checker.cc262 const SourceDir& file_dir = source_file.dir(); in SourceFileForInclude() local
/third_party/cef/tests/ceftests/
Dresource_manager_unittest.cc842 const std::string& file_dir = client::file_util::JoinPath(temp_dir, "files"); in TEST() local