Home
last modified time | relevance | path

Searched defs:beginPos (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp21 auto beginPos = filePath.find_last_of("/"); in GetBaseName() local
33 auto beginPos = filePath.find_last_of('/'); in GetFileName() local
49 auto beginPos = filePath.find_last_of('.'); in GetFileExtension() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl461 auto beginPos = GetInputValue(inst, 2U); local