Home
last modified time | relevance | path

Searched refs:defaultLocation (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp57 Location defaultLocation = LOCAL; in GetLocationFromPath() local
64 return static_cast<int>(defaultLocation); in GetLocationFromPath()
69 return static_cast<int>(defaultLocation); in GetLocationFromPath()
71 defaultLocation = static_cast<Location>(atoi(location.c_str())); in GetLocationFromPath()
72 return static_cast<int>(defaultLocation); in GetLocationFromPath()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp260 Location defaultLocation = LOCAL; in GetLocation() local
265 return NVal::CreateInt32(env, static_cast<int32_t>(defaultLocation)).val_; in GetLocation()
270 return NVal::CreateInt32(env, static_cast<int32_t>(defaultLocation)).val_; in GetLocation()
272 defaultLocation = static_cast<Location>(atoi(location.c_str())); in GetLocation()
273 return NVal::CreateInt32(env, static_cast<int32_t>(defaultLocation)).val_; in GetLocation()

Completed in 1 milliseconds