Home
last modified time | relevance | path

Searched defs:current_path (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc267 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeToFieldMask() local
332 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeLeafNodesToTree() local
/external/tensorflow/tensorflow/examples/tutorials/word2vec/
Dword2vec_basic.py39 current_path = os.path.dirname(os.path.realpath(sys.argv[0])) variable
/external/libchrome/base/
Dvalues.cc635 StringPiece current_path(path); in Set() local
719 StringPiece current_path(path); in Get() local
971 StringPiece current_path(path); in Remove() local
/external/libchrome/base/files/
Dfile_util_posix.cc875 FilePath current_path = base; in VerifyPathControlledByUser() local